<me_exit> : Exit/Restart This Program
Depending on the exit parameter, the command either exit or restart the program.
Syntax:
<me_exit>(ExitParam)
ExitParam
0 - exit the program
1 - restart the program
Example:
<#> This macro will restart program
<#>
<cmds>
<me_exit>(1)